﻿body{

}
input:-webkit-autofill,
 textarea:-webkit-autofill,
 select:-webkit-autofill {
     background-color: transparent!important;
     background-image: none !important;
     -webkit-box-shadow: 0 0 0 1000px white inset !important;
 }

 a{
	  -webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
 }
  a:focus{outline:none;}
.common_web_nav .language{
    position: relative;
    margin: 0 20px;
}
.common_web_nav .language .link{
    position: absolute;
    top: 51px;
    width: 100px;
    left: 50%;
    margin-left: -50px;
    z-index: 9;
    box-sizing: 0 0 3px #ccc;
    background: #fff;
    display: none;
}

.common_web_nav .language .link a{
    height: 35px;
    width: 100%;
    display: block;
    text-align: center;
    line-height: 35px;
}
.common_web_nav .language p{
    padding-right: 14px;
    line-height: 50px;
    background: url("../images/down_icon1.png") no-repeat right  center;
    background-size: 10px;
}
.common_web_nav .right{
    display: flex;
    height: 50px;
    align-items: center;
}
.common_web_nav .search{
    position: relative;
    height: 50px;
    line-height: 50px;
}
.common_web_nav .search_content button{
    position: absolute;
    top: 50%;
    right: 15px;
    width: 36px;
    height: 36px;
    margin-top: -18px;
    background: url('../images/search_icon1.png') no-repeat center center;
    border: none;
    outline: none;
}
.common_web_nav .search_content input{
    width: 100%;
    height: 36px;
    line-height: 34px;
    font-size: 14px;
    color: #161616;
    padding: 0 45px 0 15px;
    border: 1px solid #7c7c7c;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}
.common_web_nav .search_content{
    position: absolute;
    top: 50px;
    z-index: 9;
    position: fixed;
    left: 0;
    top: 50px;
    z-index: 100;
    width: 100%;
    padding: 10px;
    background: rgba(255, 255, 255, 0.5);
    display: none;
}

.common_web_nav{
    background: #fff;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    display: none;
    border-bottom: 1px solid #ccc;
}
.common_web_nav .content_gy::after{
    display: none;
}
.common_web_nav .content_gy{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
}
.common_web_nav .logo img{
    height: 30px;
}
.index_menu {
    padding: 20px;
    height: 100vh;
    width: 80%;
    position: fixed;
    top: 0;
    z-index: 400;
    background: #edf0f2;
    right: 0;
    transition: 0.5s;
    transform: scale(0, 1);
    transform-origin: right;
}

.index_menu{
    padding: 45px;
    height: 100vh;
    width: 80%;
    position: fixed;
    top: 0;
    z-index: 400;
    background: #edf0f2;
    right: 0;
    transition: 0.5s;
    transform: scale(0, 1);
    transform-origin: right;
    min-height: 100vh;
    overflow: auto;
}
.index_menu.active{
    transform: scale(1,1);
}
.index_menu .item{
    display: block;
    width: 100%;
    text-align: left;
    color: #232323;
    border-bottom: 1px solid #dde2e5;
    transition: 0.3s;
    display: block;
    line-height: 40px;
    font-size: 14px;
    position: relative;
    padding-right: 50px;
}
.index_menu .item2{
}
.index_menu .item2::before{
    display: block;
    height: 20px;
    width: 20px;
    right: 10px;
    top: 10px;
    position: absolute;
    content: '';
    background:  url(../images/right_icon1.png) no-repeat center;
    transition: 0.3s;
}
.index_menu .item2 p{
    display: block;
    height: 40px;
    content: '';
    width: 90px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 9;
}
.index_menu .item2.active::before{
    transform: rotate(90deg);
}

/* .index_menu li a:hover{
    color: #005dab;
    text-indent: 20px;
    font-size: 20px;
} */
.index_menu .item2 ul{
    display: none;
} 
.index_menu .item2.active ul{
    display: block;
	width:140%;
}

.index_menu .item2 ul li{
    margin-bottom: 5px;
}
.index_menu .item ul a{
    font-size: 12px;
    display: block;
}
.common_head{
    position: fixed;
    width: 100%;
    height: 105px;
    z-index: 99;
    left: 0;
    top: 0;
}
.common_head.active{
    background: #fff;
    box-shadow: 0px 1px 0px 0px #ccc;
}
.common_head .content{
    display: flex;
    padding: 0 48px;
    width: 100%;
    justify-content: space-between;
    height: 105px;
    align-items: center;
}
.index_menu .language {
    margin-top: 20px;
}
.index_menu .language a{
    margin-right:  10px;
}
.index_menu .language a.active{
    color: #189fa7;
}
.index_menu .search{
    padding: 0 20px;
    height: 36px;
    display: flex;
    align-items: center;
    width: 192px;
    border: 1px solid #fff;
    border-radius:  30px;
    margin: 20px 0;
    
}
.index_menu.active .search{
    border: 1px solid #b2b2b2;
}
.index_menu .search input{
    background: none;
    font-size: 14px;
    border: none;
    outline: none;
    width: calc(100% - 22px);
    color: #b2b2b2;
}
.index_menu .search input::-webkit-input-placeholder { 
    color: #b2b2b2; 
    } 
.index_menu .search input:-moz-placeholder { 
    color: #b2b2b2; 
} 
.index_menu .search input::-moz-placeholder { 
    color: #b2b2b2; 
} 
.index_menu .search input:-ms-input-placeholder { 
    color: #b2b2b2; 
}
.index_menu .content .search input::-webkit-input-placeholder { 
    color: #b2b2b2; 
    } 
.index_menu .content .search input:-moz-placeholder { 
    color: #b2b2b2; 
} 
.index_menu .content .search input::-moz-placeholder { 
    color: #b2b2b2; 
} 
.index_menu .content .search input:-ms-input-placeholder { 
    color: #b2b2b2; 
}
.index_menu .search button{
    background: url("../images/search_icon.png") no-repeat center;
    height: 46px;
    width: 22px;
    border: none
}
.index_menu .search button{
    background: url("../images/search_icon1.png") no-repeat center;
    height: 46px;
    width: 22px;
    border: none
}
.common_head .content .logo{
    width: 247px;
    margin-right: 65px;
}
.common_head .content .logo img{ 
    width: 293px;
	    max-width: 293px;
}
.common_head .content .logo img.active{
    display: none;
} 
.common_head.active .content .logo img{ 
    display: none;
}

.common_head.active .content .logo img.active{
    display: block;
} 
.common_head .content .link{
    padding-left: 25px;
    flex: 1;
}
.common_head .content .link .item>a{
    transition: 0.3s;
    border-bottom: 2px solid rgba(24, 159, 167, 0);
}
.common_head .content .link .item a{
    color: #fff;
    line-height: 105px;
    display: block;
}
.common_head.active .content .link .item>a{
    color: #6d7075;
    position: relative;
    z-index: 999;
}
.common_head .content .link .item{
    color: #fff;
    font-size: 16px;
    margin: 0 15px;
    display: inline-block;
    padding: 0 5px;
    line-height: 40px;
    position: relative;
}
.common_head .content .link .item2::before{
    display: block;
    content: '';
    width: 100%;
    position: fixed;
    transform: scale(1, 0);
    height: 69px;
    top: 105px;
    left: 0;
    background: #fff;
    border-top: 1px solid #ccc;
    transition: 0.3s;
    transform-origin: top;
    border-bottom: 1px solid #ccc;
}
.common_head .content .link .item2:hover:before{
    transform: scale(1, 1);
}

.common_head .content .link .item ul{
    transform-origin: top;
    /* transform: scale(1, 0); */
    transition: 0.3s;
    display: none;
    position: absolute;
    top: 105px;
    text-align: center;
    z-index: 999;
left: -17px;
}
.common_head .content .link .item ul a{
    font-size: 14px;
    white-space: nowrap;
    padding: 0 20px;
    color: #000;
    line-height: 69px;
}
.common_head .content .link .item ul a:hover{
    color: #096064;
}

.common_head .content .link .item:hover ul{
    /* transform: scale(1, 1); */
  
    display: flex;
}
.common_head .content .link .item>a.active,
.common_head .content .link .item:hover>a{
    color: #189fa7;
    border-bottom: 2px solid rgba(24, 159, 167, 1);
}
.common_head .content .search {
    width: auto;
}
.common_head .content .search form{
    padding: 0 20px;
    height: 36px;
    display: flex;
    align-items: center;
    width: 100%;
    border: 1px solid #fff;
    border-radius:  30px;
}
.common_head.active .content .search form{
    border: 1px solid #b2b2b2;
}
.common_head .content .search form input{
    background: none;
    font-size: 14px;
    border: none;
    outline: none;
    width: calc(100% - 22px);
    color: #b2b2b2;
    background: none;
}
.common_head .content .search form input::-webkit-input-placeholder { 
    color: #b2b2b2; 
    } 
.common_head .content .search form input:-moz-placeholder { 
    color: #b2b2b2; 
} 
.common_head .content .search form input::-moz-placeholder { 
    color: #b2b2b2; 
} 
.common_head .content .search form input:-ms-input-placeholder { 
    color: #b2b2b2; 
}
.common_head.active .content .search form input::-webkit-input-placeholder { 
    color: #b2b2b2; 
    } 
.common_head.active .content .search form input:-moz-placeholder { 
    color: #b2b2b2; 
} 
.common_head.activev .content .search form input::-moz-placeholder { 
    color: #b2b2b2; 
} 
.common_head.active .content .search form input:-ms-input-placeholder { 
    color: #b2b2b2; 
}
.common_head .content .search form button{
    background: url("../images/search_icon.png") no-repeat center;
    height: 46px;
    width: 22px;
    border: none
}
.common_head.active .content  .search form button{
    background: url("../images/search_icon1.png") no-repeat center;
    height: 46px;
    width: 22px;
    border: none
}
.common_head .content .language{
    position: relative;
    padding-right: 10px;
    cursor: pointer;
}
.common_head .content .language p{
    font-size: 16px;
    padding: 0 20px;
    color: #fff;
    line-height: 105px;
    margin-right: 30px;
    background: url("../images/down_icon.png") no-repeat center right;
}
.common_head.active .content .language p{
    color: #333333;
    background: url("../images/down_icon1.png") no-repeat center right;
}
.common_head .content .language ul{
    transition: 0.3s;
    transform: scale(1, 0);
    position: absolute;
    left: 50%;
    background: #fff;
    width: 120px;
    margin-left: -80px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 35px;
    border: 1px solid #ccc;
    border-top: none;
    bottom: -92px;
    transform-origin: top;
    padding: 10px 0;
    box-shadow: 0 0 1px #ccc;
}
.common_head .content .language:hover ul{
    transform: scale(1, 1);
}
.common_head .content .language ul li{
    transition: 0.3s;   
    line-height: 35px;
    color: #333;
}
.common_head .content .language ul li:hover{
    background: #139299;
    color: #fff;
}
.common_head .content .contact{
    font-size: 28px;
    color: #fff;
    display: flex;
    align-items: center;
}
.common_head.active .content .contact{
    color: #139299;
}
.common_head .content .contact img{
    margin-right: 5px;
    width: 20px;
}
.common_head .content .contact img.active{
    display: none;
}
.common_head.active .content .contact img{
    display: none;
}
.common_head.active .content .contact img.active{
    display: block;
}





.clearfix,.content_gy{
    /*���� IE*/
    zoom: 1;
}
.ellipsis{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*����ʹ�÷�ʽ*/
.clearfix:after,
.content_gy:after{
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.content_gy{
    margin: 0 auto;
    width: 1200px;
}

.dialog_bg{
    position: fixed;
    width: 100%;
    left: 0;
    height: 100vh;
    top: 0;
    background: rgba(0,0,0,0.4);
    z-index: 100;
    display: none;
}




/*------------------------------- 侧边栏 -------------------------------------*/
.aside-nav {
    position: fixed;
    right: 25px;
    top: 45%;
    /*transform:translateY(-50%);*/
    z-index: 10000;
}
.aside-nav-close {
    margin: 0 auto;
    width: 54px;
    height: 54px;
    line-height: 52px;
    background: #189FA7;
    border-radius: 50%;
    text-align: center;
    visibility: visible;
    cursor: pointer;
}
.aside-nav-in{
}
.aside-nav-in.active{
}
.aside-nav-in.close {
    transform: translateX(100px);
    visibility: hidden;
    transition: .3s;
}
.aside-nav-one {
    position: relative;
    margin-top: 6px;
    margin-bottom: 6px;
    height:54px;
    width:54px;
    line-height: 52px;
    text-align: right;
}

.aside-nav-one-img {
    position: absolute;
    left: 0;
    top: -1px;
    z-index: 10;
    width: 54px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    transition: .3s;
}
.aside-nav-one-img img{
    width: 22px;
}
.more-width:hover .aside-nav-one-img {
    left: -73px;
}
.more-width-call:hover .aside-nav-one-img {
    left: -102px;
}
.aside-nav-one-desc {
    position: absolute;
    right: 0;
    padding-right: 16px;
    width: 54px;
    height: 54px;
    font-size: 14px;
    line-height: 52px;
    background: #189FA7;
    color: #189FA7;
    border-radius: 50px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* transition: .3s, color .1s; */
}

.aside-nav-one-desc .qq-name{
    display: inline-block;
    margin-right: 15px;
}

.aside-nav-one-desc .qq-name i{
  width: 22px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}

.aside-nav-one-desc .qq-name span{
  font-size: 14px;
  color: #189FA7;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1px;
  line-height: 54px;
}

.qq-name-box{
    position: absolute;
    right: 0px;
}
.more-width:hover .aside-nav-one-desc {
    width: 125px;
    color: #fff;
    transition: .3s;
}
.more-width-call:hover .aside-nav-one-desc {
    width: 156px;
}

.more-width-qq:hover .aside-nav-one-desc {
    width: 136px;
}

.more-width-qq:hover .aside-nav-one-desc span{
    transition:.3s .1s;
    color: #fff;
}

.more-width-qq:hover .aside-nav-one-img{
    left: -86px;
}

.aside-nav-one-qrcode {
    position: absolute;
    left: -100px;
    top: 50%;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}
.aside-nav-one:hover .aside-nav-one-qrcode {
    left: -140px;
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
}
.more-weixin a{
    width: 54px;
    height: 54px;
    background: #189FA7;
    display: block;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index:2;
    line-height: 54px;
}
.more-weixin .wx-code{
    position: absolute;
    top: 50%;
    right:110%;
    /* transition: .3s; */
    z-index:-1;
    width:100px;
    height: 100px;
    margin-top: -25px;
    transform: scale(0, 1);
    transform-origin: right;
}
.more-weixin .wx-code img{
    width:100px;
    height: 100px;
}
.more-weixin:hover .wx-code{
    transform: scale(1, 1);
    right:110%;
    transition: .45s;
}
/*------------------------------- 侧边栏end -------------------------------------*/